std::basic_string::clear

From Cppreference

Jump to: navigation, search
void clear();

Removes all characters from the string. The allocated memory will not be released, effectively leaving the capacity of the string unchanged. The past-the-end iterators are not invalidated.

Contents

Parameters

(none)

Return value

(none)

Complexity

linear in the size of the string.

See also

erase
removes characters
(public member function)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages